Note: Seaborn works well with pandas DataFrame but only when the data is TIDY. (TIDY: Each observation has its own row and Each variable has its own column)¶
Chapter 2 - (Visualizing two quantitative variables)¶
Plots that Describe relationships are called Relational Plots ( relplot() )¶
Sometimes number of plots in a column or row might be too large and less efficient to visualize, so we can wrap them¶